home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFcolours / h / SFCSaveBox < prev    next >
Encoding:
Text File  |  2003-10-24  |  333 b   |  18 lines

  1. /*
  2.  *  SFcolours - Star Fighter 3000 colours editor
  3.  *  Colours file savebox
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFCSaveBox_h
  8. #define SFCSaveBox_h
  9.  
  10. #include "toolbox.h"
  11.  
  12. extern ObjectId savebox_sharedid;
  13. extern bool savebox_openparent, savebox_closepending;
  14.  
  15. extern void SaveFile_initialise(IdBlock *id_block);
  16.  
  17. #endif
  18.